home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip Kasım 2001.iso / prog / mmedya / wizard / wizard.nnf < prev    next >
Encoding:
Windows Setup INFormation  |  2001-09-18  |  23.5 KB  |  1,029 lines

  1.  
  2. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3. ;
  4. ;  Version identifies stlye (WIN4) and class
  5. ;  Class is usually used to get all infs for a
  6. ;  product or driver type if an exe it giving
  7. ;  users a list of things to install, for example 
  8. ;  all video drivers infs in the windows\inf directory
  9. ;
  10. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  11.  
  12. [version]
  13. signature="$CHICAGO$"
  14.  
  15. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  16. ;
  17. ;  Install sections, these are the options
  18. ;  for building the installation file lists
  19. ;
  20. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  21.  
  22. [DefaultInstall]
  23. ; we are leave this blank so that a right mouse click
  24. ; install does do anything
  25. ; we are chosing to do this because we want our install to
  26. ; give the user a choice of where to install to
  27. ; For drivers or other installations where the files must go
  28. ; to a predetermined location (like windows\system) this section
  29. ; can be used
  30.  
  31. [ProductInstall]
  32. CopyFiles=Product.copy.files
  33. AddReg=Product.Add.Reg
  34. UpdateInis=Product.links
  35.  
  36. ;;;;;;;;;;
  37. ; Uninstall
  38.  
  39. [DefaultUninstall]
  40. ; be sure to remove everything
  41. DelFiles=Product.del.files
  42. DelReg=Product.Del.Reg
  43. UpdateInis=del.links
  44.  
  45. [MyProgramUninstall]
  46. ; be sure to remove everything
  47. DelFiles=Product.copy.files
  48. DelReg=Product.Del.Reg
  49. UpdateInis=del.links
  50.  
  51. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  52. ;
  53. ;  Registry sections, used by different install
  54. ;  sections above
  55. ;
  56. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  57.  
  58. [Product.Add.Reg]
  59. ;
  60. ; Product Registry entries here
  61. ; For compatibility you must specify 0,1,2,3 for the fourth
  62. ; parameter if you want to specify a value
  63. ;
  64. HKLM,SOFTWARE\EuSoftware\WizBrush 3.0,"Version",0,"3.0"
  65. ;
  66. ; Register shared components, note these are bogus names in this sample
  67. ;
  68. ;
  69. ; for add/remove programs applet
  70. ;
  71. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WizBrush30,"DisplayName",0,"╛½┴Θ╗¡▒╩3.0"
  72. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WizBrush30,"UninstallString",0,"Rundll32.exe setupapi.dll,InstallHinfSection DefaultUninstall 132 "%65600%"\wizardc.inf"
  73.  
  74. ;;;;;;;;;
  75. ;
  76. ; registry delete works by pruning the tree,
  77. ; so if you have interdependent values, put thems in subkeys and
  78. ; not in values of the main key since when you prune all the values are lost
  79. ;
  80.  
  81. [Product.Del.Reg]
  82. ;
  83. ;Registry entries here
  84. ;
  85.  
  86. HKLM,SOFTWARE\EuSoftware\WizBrush 3.0,"Version",,
  87. HKCU,SOFTWARE\EuSoftware\WizBrush 3.0,,,
  88.  
  89. ;
  90. ; for add/remove programs applet
  91. ;
  92.  
  93. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WizBrush30,"DisplayName",,
  94. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WizBrush30,"UninstallString",,
  95. HKCU,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\WizBrush30,,,
  96.  
  97. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  98. ;
  99. ; Disk lay out information, used by the CopyFiles lists
  100. ;
  101. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  102. ;
  103. ; This is the source disk identifiers the number at the
  104. ; beginning maps to the SourceDisksFiles first parameter
  105.  
  106. [SourceDisksNames]
  107. 1="Eusoftware",data.cab,data.cab,
  108.  
  109. ;;;;;;;;;;;;;;;;;;
  110. ;
  111. ; SourceDisksFiles -
  112. ; this must have ALL file names in any copyfiles section
  113. ; so that the default copyfile error callback dialog (browse,skip)
  114. ; can use the SourceDisksNames strings above to help find the file
  115. ; -- this infomation can also be put in a layout.inf
  116. ;
  117. ; filename_on_source=diskid,subdir,size,checksum,spare,spare
  118.  
  119. [SourceDisksFiles]
  120. nupaint3.exe=1,,,,,
  121. readme.wri=1,,,,,
  122. ENCRYPT.dll=1,,,,,
  123. cursor\move.ncr=1,,,,,
  124. cursor\stand.ncr=1,,,,,
  125. cursor\wait.ncr=1,,,,,
  126. cursor\CURB.ncr=1,,,,,
  127. cursor\CURL.ncr=1,,,,,
  128. cursor\CURR.ncr=1,,,,,
  129. cursor\CURT.ncr=1,,,,,
  130. cursor\absorb.ncr=1,,,,,
  131. cursor\water.ncr=1,,,,,
  132. cursor\fill.ncr=1,,,,,
  133. cursor\jet.ncr=1,,,,,
  134. cursor\brush.ncr=1,,,,,
  135. cursor\sharp.ncr=1,,,,,
  136. cursor\stamp.ncr=1,,,,,
  137. cursor\dark.ncr=1,,,,,
  138. cursor\light.ncr=1,,,,,
  139. cursor\rubber.ncr=1,,,,,
  140. cursor\magic.ncr=1,,,,,
  141. cursor\typer.ncr=1,,,,,
  142. cursor\pencil.ncr=1,,,,,
  143. cursor\legend.ncr=1,,,,,
  144. cursor\mike.ncr=1,,,,,
  145. cursor\chalk.ncr=1,,,,,
  146. cursor\cbrush.ncr=1,,,,,
  147. cursor\carb.ncr=1,,,,,
  148. cursor\pbrush.ncr=1,,,,,
  149. glib\tutor\hy1.tur=1,,,,,
  150. glib\tutor\hy1.thm=1,,,,,
  151. glib\tutor\hy7.tur=1,,,,,
  152. glib\tutor\hy7.thm=1,,,,,
  153. glib\tutor\hy8.tur=1,,,,,
  154. glib\tutor\hy8.thm=1,,,,,
  155. glib\tutor\hy9.tur=1,,,,,
  156. glib\tutor\hy9.thm=1,,,,,
  157. magic\arrow.mgc=1,,,,,
  158. magic\bubble.mgc=1,,,,,
  159. magic\star.mgc=1,,,,,
  160. magic\butfly.mgc=1,,,,,
  161. magic\fruit.mgc=1,,,,,
  162. magic\cloud.mgc=1,,,,,
  163. magic\veg.mgc=1,,,,,
  164. magic\color.mgc=1,,,,,
  165. magic\conia.mgc=1,,,,,
  166. magic\jew.mgc=1,,,,,
  167. magic\grass.mgc=1,,,,,
  168. magic\leave.mgc=1,,,,,
  169. magic\leave1.mgc=1,,,,,
  170. magic\match.mgc=1,,,,,
  171. magic\number.mgc=1,,,,,
  172. magic\PENCIL.mgc=1,,,,,
  173. magic\shell.mgc=1,,,,,
  174. magic\sunflw.mgc=1,,,,,
  175. magic\taoh.mgc=1,,,,,
  176. magic\tree.mgc=1,,,,,
  177. magic\stone.mgc=1,,,,,
  178. magic\cl.mgc=1,,,,,
  179. paper\paper1.dat=1,,,,,
  180. paper\paper10.dat=1,,,,,
  181. paper\paper11.dat=1,,,,,
  182. paper\paper12.dat=1,,,,,
  183. paper\paper13.dat=1,,,,,
  184. paper\paper14.dat=1,,,,,
  185. paper\paper15.dat=1,,,,,
  186. paper\paper2.dat=1,,,,,
  187. paper\paper3.dat=1,,,,,
  188. paper\paper4.dat=1,,,,,
  189. paper\paper5.dat=1,,,,,
  190. paper\paper6.dat=1,,,,,
  191. paper\paper7.dat=1,,,,,
  192. paper\paper8.dat=1,,,,,
  193. paper\paper9.dat=1,,,,,
  194. paper\canvas.brh=1,,,,,
  195. paper\penc.brh=1,,,,,
  196. res\album\album.img=1,,,,,
  197. res\album\cover.img=1,,,,,
  198. res\album\downdown.pcx=1,,,,,
  199. res\album\downup.pcx=1,,,,,
  200. res\album\edit.img=1,,,,,
  201. res\album\leftdown.pcx=1,,,,,
  202. res\album\leftup.pcx=1,,,,,
  203. res\album\no.pcx=1,,,,,
  204. res\album\paper-2.pcx=1,,,,,
  205. res\album\paper-3.pcx=1,,,,,
  206. res\album\paper-4.pcx=1,,,,,
  207. res\album\rightdn.pcx=1,,,,,
  208. res\album\rightup.pcx=1,,,,,
  209. res\album\sliderbk.pcx=1,,,,,
  210. res\album\updown.pcx=1,,,,,
  211. res\album\upup.pcx=1,,,,,
  212. res\album\yes.pcx=1,,,,,
  213. res\album\calbum.img=1,,,,,
  214. res\tools\algea0.img=1,,,,,
  215. res\tools\algea0s.img=1,,,,,
  216. res\tools\algear.img=1,,,,,
  217. res\tools\algears.img=1,,,,,
  218. res\tools\algeat.img=1,,,,,
  219. res\tools\algeats.img=1,,,,,
  220. res\tools\algeal.img=1,,,,,
  221. res\tools\algeals.img=1,,,,,
  222. res\tools\algeas.img=1,,,,,
  223. res\tools\algeass.img=1,,,,,
  224. res\tools\algeab.img=1,,,,,
  225. res\tools\algeabs.img=1,,,,,
  226. res\tools\colbal.img=1,,,,,
  227. res\tools\lampd.img=1,,,,,
  228. res\tools\lamp.img=1,,,,,
  229. res\tools\trashcno.img=1,,,,,
  230. res\tools\trashcnc.img=1,,,,,
  231. res\tools\progh.img=1,,,,,
  232. res\tools\progc.img=1,,,,,
  233. res\tools\slider.img=1,,,,,
  234. res\tools\del_fold.img=1,,,,,
  235. res\tools\new_fold.img=1,,,,,
  236. res\tools\msgbox.img=1,,,,,
  237. res\tools\myes.img=1,,,,,
  238. res\tools\myesd.img=1,,,,,
  239. res\tools\menucap.img=1,,,,,
  240. res\tools\menubd.img=1,,,,,
  241. res\tools\project.img=1,,,,,
  242. res\tools\memo.img=1,,,,,
  243. res\tools\msgyes.img=1,,,,,
  244. res\tools\msgyesd.img=1,,,,,
  245. res\tools\msgno.img=1,,,,,
  246. res\tools\msgnod.img=1,,,,,
  247. res\tools\shok.img=1,,,,,
  248. res\tools\enlarge.img=1,,,,,
  249. res\tools\ensmall.img=1,,,,,
  250. res\tools\powerd.img=1,,,,,
  251. res\tools\power.img=1,,,,,
  252. res\tools\recpan.img=1,,,,,
  253. res\tools\playd.img=1,,,,,
  254. res\tools\recd.img=1,,,,,
  255. res\tools\stopd.img=1,,,,,
  256. res\tools\play.img=1,,,,,
  257. res\tools\rec.img=1,,,,,
  258. res\tools\stop.img=1,,,,,
  259. res\tools\floppy.img=1,,,,,
  260. res\tools\floppyo.img=1,,,,,
  261. res\tools\gabage.img=1,,,,,
  262. res\tools\clean.img=1,,,,,
  263. res\tools\cleand.img=1,,,,,
  264. res\tools\gra_left.img=1,,,,,
  265. res\tools\pal.img=1,,,,,
  266. res\tools\mpal.img=1,,,,,
  267. res\tools\input.img=1,,,,,
  268. res\tools\moption.img=1,,,,,
  269. res\tools\option.img=1,,,,,
  270. res\tools\reda.img=1,,,,,
  271. res\tools\bluea.img=1,,,,,
  272. res\tools\greena.img=1,,,,,
  273. res\tools\projecto.img=1,,,,,
  274. res\tools\gra_rite.img=1,,,,,
  275. res\tools\tools.img=1,,,,,
  276. res\tools\mtools.img=1,,,,,
  277. res\tools\subs.pcx=1,,,,,
  278. res\tools\plus.pcx=1,,,,,
  279. res\tools\brit.img=1,,,,,
  280. res\tools\contr.img=1,,,,,
  281. res\tools\slidebk.img=1,,,,,
  282. res\tools\slidebk.pcx=1,,,,,
  283. res\tools\msgc.img=1,,,,,
  284. res\tools\msgcd.img=1,,,,,
  285. res\tools\prj.img=1,,,,,
  286. res\tools\tipsbk.img=1,,,,,
  287. res\tools\setdia.img=1,,,,,
  288. res\tools\chkbox.img=1,,,,,
  289. res\tools\chkboxd.img=1,,,,,
  290. res\tools\radio.img=1,,,,,
  291. res\tools\radioc.img=1,,,,,
  292. res\tools\slidepl.pcx=1,,,,,
  293. res\tools\prjsld.pcx=1,,,,,
  294. res\tools\slidepld.pcx=1,,,,,
  295. res\tools\rndsel.img=1,,,,,
  296. res\tools\cutsel.img=1,,,,,
  297. res\tools\pstsel.img=1,,,,,
  298. res\tools\rectsel.img=1,,,,,
  299. res\tools\rectsels.img=1,,,,,
  300. res\tools\copysel.img=1,,,,,
  301. res\tools\rndsels.img=1,,,,,
  302. res\tools\rectselu.img=1,,,,,
  303. res\tools\rndselu.img=1,,,,,
  304. res\tools\ps_vmir.img=1,,,,,
  305. res\tools\ps_del.img=1,,,,,
  306. res\tools\ps_eng.img=1,,,,,
  307. res\tools\ps_hmir.img=1,,,,,
  308. res\tools\ps_real.img=1,,,,,
  309. res\tools\ps_rot.img=1,,,,,
  310. res\tools\ps_size.img=1,,,,,
  311. res\tools\ps_teach.img=1,,,,,
  312. res\tools\ps_chn.img=1,,,,,
  313. res\tools\vslider.img=1,,,,,
  314. res\tools\mbrush.img=1,,,,,
  315. res\tools\brush.img=1,,,,,
  316. res\tools\file.img=1,,,,,
  317. res\tools\picbox.img=1,,,,,
  318. res\tools\plusd.pcx=1,,,,,
  319. res\tools\min.img=1,,,,,
  320. res\tools\subsd.pcx=1,,,,,
  321. res\tools\minf.img=1,,,,,
  322. res\tools\close.img=1,,,,,
  323. res\tools\closef.img=1,,,,,
  324. res\tools\pagel.img=1,,,,,
  325. res\tools\pager.img=1,,,,,
  326. res\tools\pastebk.pcx=1,,,,,
  327. res\tools\bold.img=1,,,,,
  328. res\tools\bolds.img=1,,,,,
  329. res\tools\italy.img=1,,,,,
  330. res\tools\italys.img=1,,,,,
  331. res\tools\satue.img=1,,,,,
  332. res\tools\hfill.img=1,,,,,
  333. res\tools\hfills.img=1,,,,,
  334. res\tools\lfill.img=1,,,,,
  335. res\tools\lfills.img=1,,,,,
  336. res\tools\rfill.img=1,,,,,
  337. res\tools\rfills.img=1,,,,,
  338. res\tools\rlfill.img=1,,,,,
  339. res\tools\rlfills.img=1,,,,,
  340. res\tools\about.img=1,,,,,
  341. res\tools\syshard.img=1,,,,,
  342. res\tools\cartlib.img=1,,,,,
  343. res\tools\backlib.img=1,,,,,
  344. res\tools\tutor.img=1,,,,,
  345. res\tools\mpicbox.img=1,,,,,
  346. res\tools\filter.img=1,,,,,
  347. res\tools\new.img=1,,,,,
  348. res\tools\newo.img=1,,,,,
  349. res\tools\scanner.img=1,,,,,
  350. res\tools\leftu.pcx=1,,,,,
  351. res\tools\rightd.pcx=1,,,,,
  352. res\tools\leftd.pcx=1,,,,,
  353. res\tools\tick.img=1,,,,,
  354. res\tools\rightu.pcx=1,,,,,
  355. res\tools\filed.img=1,,,,,
  356. res\tools\redo.img=1,,,,,
  357. res\tools\redod.img=1,,,,,
  358. res\tools\undo.img=1,,,,,
  359. res\tools\undod.img=1,,,,,
  360. wave\latin.voc=1,,,,,
  361. wave\click.voc=1,,,,,
  362. wave\drawer.voc=1,,,,,
  363. wave\aha.voc=1,,,,,
  364. wave\Typer.voc=1,,,,,
  365. wave\prelude.wav=1,,,,,
  366. wave\absorb.voc=1,,,,,
  367. wave\legend.voc=1,,,,,
  368. wave\brush.voc=1,,,,,
  369. wave\jet.voc=1,,,,,
  370. wave\rubber.voc=1,,,,,
  371. wave\ambu.voc=1,,,,,
  372. wpaper\800.bk=1,,,,,
  373. wpaper\wave.bk=1,,,,,
  374. wpaper\clo1.bk=1,,,,,
  375. wpaper\pure.bk=1,,,,,
  376. wpaper\clo2.bk=1,,,,,
  377. zgdi.dll=1,,,,,
  378. mcddll.dll=1,,,,,
  379. miscutil.dll=1,,,,,
  380. DBLINK.dll=1,,,,,
  381. albman.sys=1,,,,,
  382. blkfile.dll=1,,,,,
  383. hcultdll.dll=1,,,,,
  384. SCANDLL.dll=1,,,,,
  385. gfileio.dll=1,,,,,
  386. recdll.dll=1,,,,,
  387. wbdesk.ini=1,,,,,
  388. YUSTEREO.dll=1,,,,,
  389. alphagdi.dll=1,,,,,
  390. serial.dll=1,,,,,
  391. fp0023.sys=1,,,,,
  392. FLORA.INI=1,,,,,
  393. wadesk.ini=1,,,,,
  394. clrtrans.dll=1,,,,,
  395. startcb.sys=1,,,,,
  396. nblkfile.dll=1,,,,,
  397.  
  398.  
  399. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  400. ;
  401. ; Targetdirectories predefined for [DestinationDirs] section
  402. ;   parameter number one  
  403. ;     00=null, use only the second parameter for a path
  404. ;     11=windows system directory
  405. ;     ...
  406. ;
  407.  
  408. [DestinationDirs]
  409. ;
  410. ; a default if a particular copyfiles section
  411. ;
  412. ; DefaultDestDir=LDID[,subdir]  ; not used in this sample
  413.  
  414. Product.del.files=01      ; 01 is the source directory
  415.  
  416. ;
  417. ; Run time defined strings, these are set with 
  418. ; SetupSetDirectoryId once this inf is openned
  419. ;
  420.  
  421. Product.copy.files=65600   ; 65600 is a random choice for a dirid
  422.  
  423. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  424. ;
  425. ; These are the CopyFiles lists, here is where the files
  426. ; for each component are defined
  427. ; Note the last param (parm 4) is the CopyFlag for that
  428. ; File, for example 8 means copy on  restart--see the doc for more
  429. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  430. [Product.copy.files]
  431. nupaint3.exe
  432. readme.wri
  433. ENCRYPT.dll
  434. cursor\move.ncr
  435. cursor\stand.ncr
  436. cursor\wait.ncr
  437. cursor\CURB.ncr
  438. cursor\CURL.ncr
  439. cursor\CURR.ncr
  440. cursor\CURT.ncr
  441. cursor\absorb.ncr
  442. cursor\water.ncr
  443. cursor\fill.ncr
  444. cursor\jet.ncr
  445. cursor\brush.ncr
  446. cursor\sharp.ncr
  447. cursor\stamp.ncr
  448. cursor\dark.ncr
  449. cursor\light.ncr
  450. cursor\rubber.ncr
  451. cursor\magic.ncr
  452. cursor\typer.ncr
  453. cursor\pencil.ncr
  454. cursor\legend.ncr
  455. cursor\mike.ncr
  456. cursor\chalk.ncr
  457. cursor\cbrush.ncr
  458. cursor\carb.ncr
  459. cursor\pbrush.ncr
  460. glib\tutor\hy1.tur
  461. glib\tutor\hy1.thm
  462. glib\tutor\hy7.tur
  463. glib\tutor\hy7.thm
  464. glib\tutor\hy8.tur
  465. glib\tutor\hy8.thm
  466. glib\tutor\hy9.tur
  467. glib\tutor\hy9.thm
  468. magic\arrow.mgc
  469. magic\bubble.mgc
  470. magic\star.mgc
  471. magic\butfly.mgc
  472. magic\fruit.mgc
  473. magic\cloud.mgc
  474. magic\veg.mgc
  475. magic\color.mgc
  476. magic\conia.mgc
  477. magic\jew.mgc
  478. magic\grass.mgc
  479. magic\leave.mgc
  480. magic\leave1.mgc
  481. magic\match.mgc
  482. magic\number.mgc
  483. magic\PENCIL.mgc
  484. magic\shell.mgc
  485. magic\sunflw.mgc
  486. magic\taoh.mgc
  487. magic\tree.mgc
  488. magic\stone.mgc
  489. magic\cl.mgc
  490. paper\paper1.dat
  491. paper\paper10.dat
  492. paper\paper11.dat
  493. paper\paper12.dat
  494. paper\paper13.dat
  495. paper\paper14.dat
  496. paper\paper15.dat
  497. paper\paper2.dat
  498. paper\paper3.dat
  499. paper\paper4.dat
  500. paper\paper5.dat
  501. paper\paper6.dat
  502. paper\paper7.dat
  503. paper\paper8.dat
  504. paper\paper9.dat
  505. paper\canvas.brh
  506. paper\penc.brh
  507. res\album\album.img
  508. res\album\cover.img
  509. res\album\downdown.pcx
  510. res\album\downup.pcx
  511. res\album\edit.img
  512. res\album\leftdown.pcx
  513. res\album\leftup.pcx
  514. res\album\no.pcx
  515. res\album\paper-2.pcx
  516. res\album\paper-3.pcx
  517. res\album\paper-4.pcx
  518. res\album\rightdn.pcx
  519. res\album\rightup.pcx
  520. res\album\sliderbk.pcx
  521. res\album\updown.pcx
  522. res\album\upup.pcx
  523. res\album\yes.pcx
  524. res\album\calbum.img
  525. res\tools\algea0.img
  526. res\tools\algea0s.img
  527. res\tools\algear.img
  528. res\tools\algears.img
  529. res\tools\algeat.img
  530. res\tools\algeats.img
  531. res\tools\algeal.img
  532. res\tools\algeals.img
  533. res\tools\algeas.img
  534. res\tools\algeass.img
  535. res\tools\algeab.img
  536. res\tools\algeabs.img
  537. res\tools\colbal.img
  538. res\tools\lampd.img
  539. res\tools\lamp.img
  540. res\tools\trashcno.img
  541. res\tools\trashcnc.img
  542. res\tools\progh.img
  543. res\tools\progc.img
  544. res\tools\slider.img
  545. res\tools\del_fold.img
  546. res\tools\new_fold.img
  547. res\tools\msgbox.img
  548. res\tools\myes.img
  549. res\tools\myesd.img
  550. res\tools\menucap.img
  551. res\tools\menubd.img
  552. res\tools\project.img
  553. res\tools\memo.img
  554. res\tools\msgyes.img
  555. res\tools\msgyesd.img
  556. res\tools\msgno.img
  557. res\tools\msgnod.img
  558. res\tools\shok.img
  559. res\tools\enlarge.img
  560. res\tools\ensmall.img
  561. res\tools\powerd.img
  562. res\tools\power.img
  563. res\tools\recpan.img
  564. res\tools\playd.img
  565. res\tools\recd.img
  566. res\tools\stopd.img
  567. res\tools\play.img
  568. res\tools\rec.img
  569. res\tools\stop.img
  570. res\tools\floppy.img
  571. res\tools\floppyo.img
  572. res\tools\gabage.img
  573. res\tools\clean.img
  574. res\tools\cleand.img
  575. res\tools\gra_left.img
  576. res\tools\pal.img
  577. res\tools\mpal.img
  578. res\tools\input.img
  579. res\tools\moption.img
  580. res\tools\option.img
  581. res\tools\reda.img
  582. res\tools\bluea.img
  583. res\tools\greena.img
  584. res\tools\projecto.img
  585. res\tools\gra_rite.img
  586. res\tools\tools.img
  587. res\tools\mtools.img
  588. res\tools\subs.pcx
  589. res\tools\plus.pcx
  590. res\tools\brit.img
  591. res\tools\contr.img
  592. res\tools\slidebk.img
  593. res\tools\slidebk.pcx
  594. res\tools\msgc.img
  595. res\tools\msgcd.img
  596. res\tools\prj.img
  597. res\tools\tipsbk.img
  598. res\tools\setdia.img
  599. res\tools\chkbox.img
  600. res\tools\chkboxd.img
  601. res\tools\radio.img
  602. res\tools\radioc.img
  603. res\tools\slidepl.pcx
  604. res\tools\prjsld.pcx
  605. res\tools\slidepld.pcx
  606. res\tools\rndsel.img
  607. res\tools\cutsel.img
  608. res\tools\pstsel.img
  609. res\tools\rectsel.img
  610. res\tools\rectsels.img
  611. res\tools\copysel.img
  612. res\tools\rndsels.img
  613. res\tools\rectselu.img
  614. res\tools\rndselu.img
  615. res\tools\ps_vmir.img
  616. res\tools\ps_del.img
  617. res\tools\ps_eng.img
  618. res\tools\ps_hmir.img
  619. res\tools\ps_real.img
  620. res\tools\ps_rot.img
  621. res\tools\ps_size.img
  622. res\tools\ps_teach.img
  623. res\tools\ps_chn.img
  624. res\tools\vslider.img
  625. res\tools\mbrush.img
  626. res\tools\brush.img
  627. res\tools\file.img
  628. res\tools\picbox.img
  629. res\tools\plusd.pcx
  630. res\tools\min.img
  631. res\tools\subsd.pcx
  632. res\tools\minf.img
  633. res\tools\close.img
  634. res\tools\closef.img
  635. res\tools\pagel.img
  636. res\tools\pager.img
  637. res\tools\pastebk.pcx
  638. res\tools\bold.img
  639. res\tools\bolds.img
  640. res\tools\italy.img
  641. res\tools\italys.img
  642. res\tools\satue.img
  643. res\tools\hfill.img
  644. res\tools\hfills.img
  645. res\tools\lfill.img
  646. res\tools\lfills.img
  647. res\tools\rfill.img
  648. res\tools\rfills.img
  649. res\tools\rlfill.img
  650. res\tools\rlfills.img
  651. res\tools\about.img
  652. res\tools\syshard.img
  653. res\tools\cartlib.img
  654. res\tools\backlib.img
  655. res\tools\tutor.img
  656. res\tools\mpicbox.img
  657. res\tools\filter.img
  658. res\tools\new.img
  659. res\tools\newo.img
  660. res\tools\scanner.img
  661. res\tools\leftu.pcx
  662. res\tools\rightd.pcx
  663. res\tools\leftd.pcx
  664. res\tools\tick.img
  665. res\tools\rightu.pcx
  666. res\tools\filed.img
  667. res\tools\redo.img
  668. res\tools\redod.img
  669. res\tools\undo.img
  670. res\tools\undod.img
  671. wave\latin.voc
  672. wave\click.voc
  673. wave\drawer.voc
  674. wave\aha.voc
  675. wave\Typer.voc
  676. wave\prelude.wav
  677. wave\absorb.voc
  678. wave\legend.voc
  679. wave\brush.voc
  680. wave\jet.voc
  681. wave\rubber.voc
  682. wave\ambu.voc
  683. wpaper\800.bk
  684. wpaper\wave.bk
  685. wpaper\clo1.bk
  686. wpaper\pure.bk
  687. wpaper\clo2.bk
  688. zgdi.dll
  689. mcddll.dll
  690. miscutil.dll
  691. DBLINK.dll
  692. albman.sys
  693. blkfile.dll
  694. hcultdll.dll
  695. SCANDLL.dll
  696. gfileio.dll
  697. recdll.dll
  698. wbdesk.ini
  699. YUSTEREO.dll
  700. alphagdi.dll
  701. serial.dll
  702. fp0023.sys
  703. FLORA.INI
  704. wadesk.ini
  705. clrtrans.dll
  706. startcb.sys
  707. nblkfile.dll
  708.  
  709. [Product.del.files]
  710. cursor\move.ncr
  711. cursor\stand.ncr
  712. cursor\wait.ncr
  713. cursor\CURB.ncr
  714. cursor\CURL.ncr
  715. cursor\CURR.ncr
  716. cursor\CURT.ncr
  717. cursor\absorb.ncr
  718. cursor\water.ncr
  719. cursor\fill.ncr
  720. cursor\jet.ncr
  721. cursor\brush.ncr
  722. cursor\sharp.ncr
  723. cursor\stamp.ncr
  724. cursor\dark.ncr
  725. cursor\light.ncr
  726. cursor\rubber.ncr
  727. cursor\magic.ncr
  728. cursor\typer.ncr
  729. cursor\pencil.ncr
  730. cursor\legend.ncr
  731. cursor\mike.ncr
  732. cursor\chalk.ncr
  733. cursor\cbrush.ncr
  734. cursor\carb.ncr
  735. cursor\pbrush.ncr
  736. glib\tutor\hy1.tur
  737. glib\tutor\hy1.thm
  738. glib\tutor\hy7.tur
  739. glib\tutor\hy7.thm
  740. glib\tutor\hy8.tur
  741. glib\tutor\hy8.thm
  742. glib\tutor\hy9.tur
  743. glib\tutor\hy9.thm
  744. magic\arrow.mgc
  745. magic\bubble.mgc
  746. magic\star.mgc
  747. magic\butfly.mgc
  748. magic\fruit.mgc
  749. magic\cloud.mgc
  750. magic\veg.mgc
  751. magic\color.mgc
  752. magic\conia.mgc
  753. magic\jew.mgc
  754. magic\grass.mgc
  755. magic\leave.mgc
  756. magic\leave1.mgc
  757. magic\match.mgc
  758. magic\number.mgc
  759. magic\PENCIL.mgc
  760. magic\shell.mgc
  761. magic\sunflw.mgc
  762. magic\taoh.mgc
  763. magic\tree.mgc
  764. magic\stone.mgc
  765. magic\cl.mgc
  766. paper\paper1.dat
  767. paper\paper10.dat
  768. paper\paper11.dat
  769. paper\paper12.dat
  770. paper\paper13.dat
  771. paper\paper14.dat
  772. paper\paper15.dat
  773. paper\paper2.dat
  774. paper\paper3.dat
  775. paper\paper4.dat
  776. paper\paper5.dat
  777. paper\paper6.dat
  778. paper\paper7.dat
  779. paper\paper8.dat
  780. paper\paper9.dat
  781. paper\canvas.brh
  782. paper\penc.brh
  783. res\album\album.img
  784. res\album\cover.img
  785. res\album\downdown.pcx
  786. res\album\downup.pcx
  787. res\album\edit.img
  788. res\album\leftdown.pcx
  789. res\album\leftup.pcx
  790. res\album\no.pcx
  791. res\album\paper-2.pcx
  792. res\album\paper-3.pcx
  793. res\album\paper-4.pcx
  794. res\album\rightdn.pcx
  795. res\album\rightup.pcx
  796. res\album\sliderbk.pcx
  797. res\album\updown.pcx
  798. res\album\upup.pcx
  799. res\album\yes.pcx
  800. res\album\calbum.img
  801. res\tools\algea0.img
  802. res\tools\algea0s.img
  803. res\tools\algear.img
  804. res\tools\algears.img
  805. res\tools\algeat.img
  806. res\tools\algeats.img
  807. res\tools\algeal.img
  808. res\tools\algeals.img
  809. res\tools\algeas.img
  810. res\tools\algeass.img
  811. res\tools\algeab.img
  812. res\tools\algeabs.img
  813. res\tools\colbal.img
  814. res\tools\lampd.img
  815. res\tools\lamp.img
  816. res\tools\trashcno.img
  817. res\tools\trashcnc.img
  818. res\tools\progh.img
  819. res\tools\progc.img
  820. res\tools\slider.img
  821. res\tools\del_fold.img
  822. res\tools\new_fold.img
  823. res\tools\msgbox.img
  824. res\tools\myes.img
  825. res\tools\myesd.img
  826. res\tools\menucap.img
  827. res\tools\menubd.img
  828. res\tools\project.img
  829. res\tools\memo.img
  830. res\tools\msgyes.img
  831. res\tools\msgyesd.img
  832. res\tools\msgno.img
  833. res\tools\msgnod.img
  834. res\tools\shok.img
  835. res\tools\enlarge.img
  836. res\tools\ensmall.img
  837. res\tools\powerd.img
  838. res\tools\power.img
  839. res\tools\recpan.img
  840. res\tools\playd.img
  841. res\tools\recd.img
  842. res\tools\stopd.img
  843. res\tools\play.img
  844. res\tools\rec.img
  845. res\tools\stop.img
  846. res\tools\floppy.img
  847. res\tools\floppyo.img
  848. res\tools\gabage.img
  849. res\tools\clean.img
  850. res\tools\cleand.img
  851. res\tools\gra_left.img
  852. res\tools\pal.img
  853. res\tools\mpal.img
  854. res\tools\input.img
  855. res\tools\moption.img
  856. res\tools\option.img
  857. res\tools\reda.img
  858. res\tools\bluea.img
  859. res\tools\greena.img
  860. res\tools\projecto.img
  861. res\tools\gra_rite.img
  862. res\tools\tools.img
  863. res\tools\mtools.img
  864. res\tools\subs.pcx
  865. res\tools\plus.pcx
  866. res\tools\brit.img
  867. res\tools\contr.img
  868. res\tools\slidebk.img
  869. res\tools\slidebk.pcx
  870. res\tools\msgc.img
  871. res\tools\msgcd.img
  872. res\tools\prj.img
  873. res\tools\tipsbk.img
  874. res\tools\setdia.img
  875. res\tools\chkbox.img
  876. res\tools\chkboxd.img
  877. res\tools\radio.img
  878. res\tools\radioc.img
  879. res\tools\slidepl.pcx
  880. res\tools\prjsld.pcx
  881. res\tools\slidepld.pcx
  882. res\tools\rndsel.img
  883. res\tools\cutsel.img
  884. res\tools\pstsel.img
  885. res\tools\rectsel.img
  886. res\tools\rectsels.img
  887. res\tools\copysel.img
  888. res\tools\rndsels.img
  889. res\tools\rectselu.img
  890. res\tools\rndselu.img
  891. res\tools\ps_vmir.img
  892. res\tools\ps_del.img
  893. res\tools\ps_eng.img
  894. res\tools\ps_hmir.img
  895. res\tools\ps_real.img
  896. res\tools\ps_rot.img
  897. res\tools\ps_size.img
  898. res\tools\ps_teach.img
  899. res\tools\ps_chn.img
  900. res\tools\vslider.img
  901. res\tools\mbrush.img
  902. res\tools\brush.img
  903. res\tools\file.img
  904. res\tools\picbox.img
  905. res\tools\plusd.pcx
  906. res\tools\min.img
  907. res\tools\subsd.pcx
  908. res\tools\minf.img
  909. res\tools\close.img
  910. res\tools\closef.img
  911. res\tools\pagel.img
  912. res\tools\pager.img
  913. res\tools\pastebk.pcx
  914. res\tools\bold.img
  915. res\tools\bolds.img
  916. res\tools\italy.img
  917. res\tools\italys.img
  918. res\tools\satue.img
  919. res\tools\hfill.img
  920. res\tools\hfills.img
  921. res\tools\lfill.img
  922. res\tools\lfills.img
  923. res\tools\rfill.img
  924. res\tools\rfills.img
  925. res\tools\rlfill.img
  926. res\tools\rlfills.img
  927. res\tools\about.img
  928. res\tools\syshard.img
  929. res\tools\cartlib.img
  930. res\tools\backlib.img
  931. res\tools\tutor.img
  932. res\tools\mpicbox.img
  933. res\tools\filter.img
  934. res\tools\new.img
  935. res\tools\newo.img
  936. res\tools\scanner.img
  937. res\tools\leftu.pcx
  938. res\tools\rightd.pcx
  939. res\tools\leftd.pcx
  940. res\tools\tick.img
  941. res\tools\rightu.pcx
  942. res\tools\filed.img
  943. res\tools\redo.img
  944. res\tools\redod.img
  945. res\tools\undo.img
  946. res\tools\undod.img
  947. wave\latin.voc
  948. wave\click.voc
  949. wave\drawer.voc
  950. wave\aha.voc
  951. wave\Typer.voc
  952. wave\prelude.wav
  953. wave\absorb.voc
  954. wave\legend.voc
  955. wave\brush.voc
  956. wave\jet.voc
  957. wave\rubber.voc
  958. wave\ambu.voc
  959. wpaper\800.bk
  960. wpaper\wave.bk
  961. wpaper\clo1.bk
  962. wpaper\pure.bk
  963. wpaper\clo2.bk
  964. nupaint3.exe
  965. readme.wri
  966. ENCRYPT.dll
  967. zgdi.dll
  968. mcddll.dll
  969. miscutil.dll
  970. DBLINK.dll
  971. albman.sys
  972. blkfile.dll
  973. hcultdll.dll
  974. SCANDLL.dll
  975. gfileio.dll
  976. recdll.dll
  977. wbdesk.ini
  978. YUSTEREO.dll
  979. alphagdi.dll
  980. serial.dll
  981. fp0023.sys
  982. FLORA.ini
  983. wadesk.ini
  984. clrtrans.dll
  985. startcb.sys
  986. nblkfile.dll
  987. wizardc.inf
  988. trashcan.lst
  989.  
  990. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  991. ;
  992. ; INI sections, used to create and delete icons 
  993. ;  other uses are possible
  994. ;
  995. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  996. [Product.links]
  997. ;create folders
  998. setup.ini, progman.groups,,"ProductGroup=%65666%"
  999. ; create links
  1000. ; second param must match above and the linked to file must really exist
  1001. setup.ini, ProductGroup,,"%PRODUCT_DESC%,%65600%\nupaint3.exe,,,"
  1002. setup.ini, ProductGroup,,"%README_DESC%,%65600%\readme.wri,,,"
  1003.  
  1004. ;Add desktop icons here
  1005.  
  1006. [del.links]
  1007. ;remove folders
  1008. setup.ini, progman.groups,,"ProductGroup=%65666%"
  1009. ; remove links
  1010. ; second param must match above and last param is EXACT description name
  1011. setup.ini, ProductGroup,,"%PRODUCT_DESC%" 
  1012. setup.ini, ProductGroup,,"%README_DESC%"
  1013. ;remove desktop icons here
  1014.  
  1015. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1016. ;
  1017. ; Strings replace variable in percents above
  1018. ;
  1019. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1020. [Strings]
  1021. PRODUCT_DESC="╛½┴Θ╗¡▒╩"
  1022. README_DESC="╢┴╬╥╡╡░╕"
  1023. HELPME_DESC="Help ╬─╝■"
  1024. DT_MESSAGES="▒╛╚φ╝■"
  1025. DT_DESKTOP="Desktop"
  1026. 65666 = "╛½┴Θ╗¡▒╩┤≤╠∞╩╣"
  1027. SETCAP="░▓╫░╛½┴Θ╗¡▒╩┤≤╠∞╩╣(16 ╠∞╩╘╙├)"
  1028.